home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-07 / lantcp.txt < prev    next >
Text File  |  1991-11-24  |  5KB  |  103 lines

  1.  
  2. Setting up a gateway between LANtastic and the Internet
  3. -------------------------------------------------------
  4.  
  5. I've got a machine running both LANtastic/AI version 3.03 (both
  6. workstation and server), and at the same time, running the FTP
  7. Software TCP/IP package to connect with the Internet.  I have the
  8. cc:Mail (Lotus) "SMTPLINK" product transferring electronic mail
  9. between the SMTP mail format used on the Internet, and the cc:Mail
  10. format used on our LANtastic LAN. The Internet is a worldwide
  11. internetwork connecting schools, universities, government agencies,
  12. military installations, and commercial organizations. I work for a
  13. non-profit professional/academic society.
  14.  
  15. The trick is that I have TWO network boards in the machine, which
  16. serves as an e-mail gateway between SMTP mail on the Internet and
  17. cc:Mail (Lotus) on the LAN in our office.
  18.  
  19. I've had several requests to comment on how this works, so here goes.
  20.  
  21. The gateway machine is a 486-33 clone running MS-DOS 4.01 with 4
  22. megabytes of RAM, a 330 megabyte Micropolis ESDI drive with the
  23. Ultrastor 12-F controller, VGA video and TWO Western Digital (now
  24. SMC) Elite Combo ethernet adapters. I have both adapters set for the
  25. 10-Base-T option, and they are both seated in 8-bit slots because
  26. apparently there's a timing problem with these network boards in
  27. 486-based machines, but that's another problem not related to this
  28. note.
  29.  
  30. First, configure one of the network cards for FTP Software's TCP/IP
  31. software.  Do it by the book, so to speak, and test the TCP/IP
  32. installation without LANtastic.  Make note of the IRQ, IOBASE and
  33. RAMBASE settings that work for the TCP/IP adapter. In my machine, I
  34. use IRQ=7, IOBASE=280 and RAMBASE=D000. At this point, you should be
  35. able to reliably SMTP, FTP and Telnet to other TCP/IP hosts. If you
  36. can't, then the problem is not LANtastic; it's the TCP/IP software.
  37. Configuring the TCP/IP drivers is not obvious - you need some
  38. knowledge about the "domain" in which you machine resides, and you'll
  39. need the network address of at least one "Domain Name Server" in your
  40. domain. If you don't know what a domain is, then you probably won't
  41. be able to set up TCP/IP software.  
  42.  
  43. Next, configure the second network card for LANtastic using ANOTHER
  44. IRQ, IOBASE and RAMBASE. It's very important that each card have its
  45. own setting for each of these. For LANtastic, I'm using IRQ=5,
  46. IOBASE=240 and RAMBASE=D400. Set up your WD8003.EXE LANtastic driver
  47. to use the settings of the second card. Then load the LANtastic
  48. software and test it without using the TCP/IP software.
  49.  
  50. Now you're ready to test both networks at one time. The order in which I 
  51. load everything is:
  52.  
  53.         WD8003.SYS (device driver CONFIG.SYS for TCP/IP) 
  54.         IPCUST.SYS (device driver CONFIG.SYS for TCP/IP) 
  55.         WD8003.EXE (h/w driver for LANtastic - version 1.10) 
  56.         AILANBIO.EXE (AI lanbios for LANtastic - version 1.15) 
  57.         REDIR.EXE (network shell for LANTASTIC - version 3.03) 
  58.         WD8003.EXE (network shell for TCP/IP)
  59.  
  60. Note: there are two programs named WD8003.EXE. One's from Artisoft and
  61. the other's from FTP Software. Don't get confused: these are two very
  62. different programs with different purposes.
  63.  
  64. My suggested test is:
  65.  
  66. 1. Do a NET SHOW. You should see the servers available on your
  67. LANtastic LAN. Log in to one of them and connect a drive letter to a
  68. shared area. Check the directory of that shared area and be sure you
  69. see what you expect to see.
  70.  
  71. 2. Switch to the directory with the FTP Software package. Telnet to your
  72. favorite TCP/IP host - preferably the one you used when you tested the 
  73. TCP/IP software alone. 
  74.  
  75. 3. After logging off the TCP/IP host, check that your shared area drive
  76. is still connected and working ok. 
  77.  
  78. 4. Another test: copy the TCP/IP software program called "FTP" to a
  79. LANtastic file server shared area, switch your DOS default drive to that
  80. shared area, and run FTP. Connect to your favorite FTP host and "get" a
  81. file. After you close the FTP connection, that file should be sitting
  82. in the shared area on the LANtastic file server. 
  83.  
  84. If test 4 succeeds, congratulations - you will have transferred a file
  85. directly from a TCP/IP host machine to a LANtastic file server.
  86.  
  87. Since you've got SIX separate network driver programs to load into memory
  88. before running application software like Telnet, you may want to use
  89. one or another utility to load one or more drivers "high". Also, since I
  90. am using this double network machine as a gateway for e-mail, it must
  91. be dedicated to that task, and therefore gets locked up in the computer
  92. room where it does nothing else. Obviously the machine can do other things,
  93. but we have chosen to have the gateway available around the clock.
  94.  
  95. Feel free to send additional questions.
  96.  
  97.                        James L. Goldman, CDP, CSP
  98.                        Society for Industrial and Applied Mathematics
  99.                        Compuserve: 72137,3401
  100.                        Internet:   goldman@siam.org
  101.  
  102.  
  103.